home *** CD-ROM | disk | FTP | other *** search
/ Precision Software Appli…tions Silver Collection 3 / Precision Software Applications Silver Collection Volume Three (PSM) (1993).iso / music2 / mepody.exe / MINI1.C < prev    next >
C/C++ Source or Header  |  1992-02-05  |  129b  |  6 lines

  1. #include <dos.h>
  2. int melody[][2] = {
  3. {  0,  0},{330,100},{392,100},{494,100},{349,100},{440,100},{523,100}
  4. };
  5. #define MAX 6
  6.